.title3 {
  line-height: 30px;
  border-bottom: 2px solid #ff9900;
  padding: 15px 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.title3 li {
  float: left;
  padding: 0 10px;
  margin: 0 5px;
  border: 1px solid #0188b1;
  border-radius: 5px;
  text-align: center;
}
.title3 li a {
  color: #0188b1;
}
.title3 li:hover,
.title3 li.on {
  border-color: #ff9900;
}
.title3 li:hover a,
.title3 li.on a {
  color: #ff9900;
}
.title3 .index {
  float: right;
  line-height: 30px;
}
.title3 .index a:hover {
  color: #0188b1;
}
@media (max-width: 767px) {
  .title3 {
    height: auto;
    padding-bottom: 5px;
  }
  .title3 li {
    margin: 3px 1px;
    padding: 0 5px;
    font-size: 13px;
  }
  .title3 .index {
    font-size: 13px;
  }
}
.section {
  padding: 20px 0;
}
.section .sec {
  padding: 10px;
}
.sec1 {
  padding: 10px;
}
.sec1 p {
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  text-indent:2em;
}
.sec1 img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .sec1 {
    padding: 5px 0;
  }
  .sec1 p {
    line-height: 25px;
    font-size: 14px;
  }
}
.sec2 {
  padding: 10px;
}
.sec2 li {
  border: 1px solid transparent;
  position: relative;
  height: 62px;
  padding: 5px;
  padding-left: 90px;
  border-bottom: 1px dashed #ddd;
}
.sec2 li .date {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #333;
  text-align: center;
}
.sec2 li .date h3 {
  line-height: 30px;
  margin: 0;
  font-size: 25px;
}
.sec2 li .date h6 {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}
.sec2 li a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 40px;
  color: #333;
  font-size: 16px;
  border-left: 1px solid #888;
}
.sec2 li:hover {
  background: #eee;
  border-bottom-style: solid;
}
.sec2 li:hover .date {
  color: #0188b1;
}
.sec2 li:hover a {
  color: #0188b1;
}
@media (max-width: 767px) {
  .sec2 li {
    height: 49px;
    padding: 5px;
    margin: 5px 0;
    padding-left: 60px;
    border-bottom: 1px dashed #ccc;
  }
  .sec2 li .date {
    left: 0;
    top: 0;
  }
  .sec2 li .date h3 {
    line-height: 25px;
    font-size: 25px;
  }
  .sec2 li .date h6 {
    line-height: 14px;
    font-size: 12px;
  }
  .sec2 li a {
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding-left: 12px;
    font-size: 14px;
    border-left-color: #ddd;
  }
}
.sec3 {
  overflow: hidden;
}
.sec3 li {
  float: left;
  width: 23%;
  margin: 1%;
  background: #ff9900;
}
.sec3 li a {
  color: #fff;
}
.sec3 li img {
  width: 100%;
  height: 200px;
}
.sec3 li .word {
  padding: 0 10px 10px;
}
.sec3 li .word h3 {
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}
.sec3 li .word p {
  line-height: 22px;
  height: 1px;
  overflow: hidden;
}
.sec3 li:hover {
  background: #0188b1;
}
.sec3 li:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec3 li {
    width: 47%;
    margin: 1.5%;
  }
  .sec3 li img {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .sec3 li {
    width: 48%;
    margin: .3em .2em;
  }
  .sec3 li .word p {
    font-size: 13px;
  }
  .sec3 li img {
    height: 160px;
  }
  .sec3 li .word {
  padding: 0 10px;
}
}
.sec4 {
  overflow: hidden;
}
.sec4 li {
  float: left;
  margin: .5%;
  width: 32.3%;
  height: 260px;
  position: relative;
  text-align: center;
}
.sec4 li img {
  width: 100%;
  height: 100%;
}
.sec4 li .hei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(../img/hei.png) repeat;
  opacity: 0;
  filter:alpha(opacity=0);
  transition: opacity .8s;
  -moz-transition: opacity .8s;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
}
.sec4 li .hei h3 {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 70px 40px 0;
}
.sec4 li .hei p {
  line-height: 25px;
  height: 50px;
  padding: 0 40px ;
  overflow: hidden;
}
.sec4 li:hover .hei {
  opacity: 1;
  filter:alpha(opacity=50);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec4 li {
    width: 49%;
    height: 280px;
  }
  .sec4 li .hei h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sec4 li {
    width: 49%;
    height: 160px;
  }
  .sec4 li .hei h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .sec4 li .hei p {
    font-size: 13px;
  }
}
.sec6 {
  padding: 10px;
}
.sec6 li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 10px 15px;
}
.sec6 li h4 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  background: url(../img/ico4.png) no-repeat left center;
  padding-left: 30px;
}
.sec6 li h4 a {
  color: #333;
}
.sec6 li h5 {
  font-size: 13px;
  padding-left: 30px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #888;
}
.sec6 li p {
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-indent: 2em;
}
.sec6 li:hover {
  border-color: #0188b1;
}
.sec6 li:hover h4 a {
  color: #0188b1;
}
@media (max-width: 767px) {
  .sec6 {
    padding: 0;
  }
  .sec6 li {
    padding: 5px 0 10px;
  }
  .sec6 li h4 {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    padding-left: 25px;
  }
  .sec6 li h5 {
    font-size: 12px;
    padding-left: 25px;
    margin-top: 4px;
    margin-bottom: 6px;
    color: #888;
  }
  .sec6 li p {
    font-size: 13px;
  }
}
.sec7 {
  overflow: hidden;
}
.sec7 .sec7_lf {
  width: 38%;
  padding-left: 1%;
}
.sec7 .sec7_lf h3 {
  text-shadow: yellow;
  font-size: 28px;
  margin-bottom: 20px;
  color: #0188b1;
}
.sec7 .sec7_lf h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec7 .sec7_lf h4 span {
  color: red;
  font-size: 28px;
}
.sec7 .sec7_lf p {
  line-height: 35px;
  font-size: 16px;
}
.sec7 .sec7_rt {
  width: 60%;
  height: 400px;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec7 {
    overflow: hidden;
  }
  .sec7 .sec7_lf {
    width: 100%;
  }
  .sec7 .sec7_lf h3 {
    font-size: 24px;
  }
  .sec7 .sec7_lf h4 {
    font-size: 18px;
  }
  .sec7 .sec7_lf h4 span {
    font-size: 24px;
  }
  .sec7 .sec7_lf p {
    font-size: 14px;
  }
  .sec7 .sec7_rt {
    width: 100%;
    height: 400px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .sec7 .sec7_lf {
    width: 100%;
    padding-left: 0;
  }
  .sec7 .sec7_lf h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec7 .sec7_lf h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sec7 .sec7_lf h4 span {
    font-size: 20px;
  }
  .sec7 .sec7_lf p {
    line-height: 30px;
    font-size: 14px;
  }
  .sec7 .sec7_rt {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
}
.sec8 p {
  margin: 20px 0;
  border-bottom: 1px dashed #ddd;
  line-height: 30px;
  padding-bottom: 10px ;
}
.sec8 p span {
  color: #ff9900;
  font-weight: bold;
}
.sec8 table td {
  line-height: 40px;
}
.sec8 table td .input1 {
  width: 150px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin-right: 10px;
}
.sec8 table td .input2 {
  width: 300px;
}
.sec8 table .td1 {
  width: 150px;
  text-align: right;
}
.sec8 table .td1 i {
  color: red;
  margin-right: 5px;
}
.sec8 table .submit {
  width: 75px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  background: url(../img/button1.png) no-repeat center;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #E70;
  font-weight: bold;
}
.sec8 table .submit:hover {
  color: #fff;
  background: url(../img/button2.png) no-repeat center;
}
.sec8 table textarea {
  border: 1px solid #ddd;
}
.child_tit {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}
.child_tit h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}
.child_tit h3 {
  margin-bottom: 30px;
  font-size: 15px;
}
.child_tit h3 span {
  margin-left: 10px;
}
/*����ҳ*/
.one1 {
  width: 265px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.one1 li {
  margin-right: 15px;
  float: left;
  line-height: 15px;
  border-bottom: 0;
}
.one1 li a {
  background: #ff6600;
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
}
/*��������ƪ*/
.one2 {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dashed #ddd;
}
.one2 div {
  line-height: 25px;
  font-size: 14px;
}
.one2 div a {
  color: #333;
}
.one2 div a:hover {
  color: #ff6600;
}
@media (max-width: 767px) {
  .child_tit {
    margin-bottom: 15px;
  }
  .child_tit h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0;
  }
  .child_tit h3 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .one2 div {
    line-height: 25px;
    font-size: 12px;
  }
}
